'Declaration
<DefaultValueAttribute("{0}")> <NotNullAttribute()> Public Property SubstituteStateFormat As String
'Usage
Dim instance As UAMultiStateDiscreteNode(Of TValue,TAttribute) Dim value As String instance.SubstituteStateFormat = value value = instance.SubstituteStateFormat
[DefaultValue("{0}")] [NotNull()] public string SubstituteStateFormat {get; set;}
[DefaultValue("{0}")] [NotNull()] public: property String^ SubstituteStateFormat { String^ get(); void set ( String^ value); }